home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / QFTD12.ARJ / QFTD.TXT < prev    next >
Text File  |  1992-04-26  |  5KB  |  121 lines

  1.  
  2.                           QUOTE FOR THE DAY, FOR WINDOWS
  3.                                    Version 1.2
  4.                           (c) Thomas Tuerke, 1990-1992
  5.  
  6.                       "Proverbs are mental gems gathered
  7.                      in the diamond districts of the mind."
  8.                                              - W. R. Alger
  9.  
  10.  
  11. IF YOU'RE IMPATIENT
  12. -------------------
  13. Jump to the end of this document for Quick-Start instructions!
  14.  
  15.  
  16. A QUICK OVERVIEW
  17. ----------------
  18. Quote for the Day picks a random quotation and displays it in a small window.
  19. You can install Quote for the Day as part of your Windows startup regimen,
  20. either in your Program Manager Startup Group (for Windows 3.1) or by the
  21. traditional WIN.INI load= method.  Or you can use it to look up a quotation
  22. that you want to insert into a document.  Or. . . .
  23.  
  24.  
  25. WHAT'S NEW
  26. ----------
  27. This is a list of the features new to 1.2:
  28. - Font support.  You can now control which font is used by Quote for the
  29.   Day.  This uses the COMMDLG.DLL Dynamic Link Library; it works under
  30.   both Windows 3.0 and 3.1.
  31. - Double-Click responses: Left Double-Click picks a new quote (just like
  32.   Ctrl-N from the menu) and Right Double-Click toggles the sizeable border.
  33. - You can now control whether or not Quote for the day converts ordinary
  34.   quotation marks into genered, or leaves them unchanged.  Some public
  35.   fonts don't contain the ANSI characters for the fonts (some have garish
  36.   substitutions, like @ or worse.)  This allows you to keep things pretty.
  37. - Added cosmetics: Chiseled edges and the Gravesend Knot bitmap.
  38. - NO MORE 128K file size limitation.  An improved random number generator
  39.   overcomes that old problem.
  40. - Faster search.  Find quotations much faster now, in many cases up to 10
  41.   times faster!
  42. - Improvements in searches: the '?' wildcard character, and multiple word
  43.   search.  Now look for one or two fragments.  See the help file for more.
  44. - Added Clipboard format: Rich Text Format.  Copy the quotation into the
  45.   clipboard, and paste it, fully formatted, into your word processor (like
  46.   Word for Windows.)
  47. - Determine whether the quotation file is ANSI or ASCII with the click of
  48.   a mouse.
  49.  
  50. These are the most popular requests; there are others that I have deferred
  51. for a later release, which will offer an even larger array of features.
  52.  
  53. Here are features that have been in since 1.1:
  54. - The Clipboard is now used by Quote for the Day: copy the current
  55.   quotation to be pasted into another application.
  56. - Window position is remembered now.  If you move the window, it will at that
  57.   location there the next time Quote for the Day is loaded.
  58. - There are now dialogs to control Quote for the Day functionality.
  59. - Now you may choose between one of three actions.  The original 'pick a random
  60.   quotation', but also minimize, or close.
  61. - With the new search feature, you can find quotations by some word or words in
  62.   the quote or author's name.
  63. - Extensive on-line help.  In fact, most of the documentation has been moved out
  64.   of this file into the help file.
  65. - Less tangible, but probably just as important, the code has been cleaned up
  66.   to get rid of some little nasties, as well as making Quote require less
  67.   memory.  The executable has grown only 6K, but will occupy considerably
  68.   less memory than the original, due the segmentation of code.
  69.  
  70. Another significant change is that the quote file is now ANSI, not ASCII.  This
  71. means that while you can no longer use just any DOS text editor, you can edit
  72. the file with almost any Windows word processor, such as Write or Word for
  73. Windows.  If you have added quotes to your quote file, you'll need to convert
  74. them to ANSI.
  75.  
  76.  
  77. WHAT TO DO
  78. ----------
  79. Quote for the Day is ready to run 'out of the box'.  If everything's in the
  80. same directory, you should have no trouble running the program.  For those
  81. of you that would rather read the documentation before running the program,
  82. run WINHELP and then OPEN the file QFTD.HLP.
  83.  
  84.  
  85. WHEN YOU HAVE QUESTIONS
  86. -----------------------
  87. Gravesend BBS is also a good way (the best way, actually) to get a hold of
  88. me; the number is 707-795-4939, up to 2400 baud supported (so far).  Due to
  89. an unfortunate accident, a different phone number appeared in the About
  90. screen of an early (test) copy of version 1.0; please make a note of this
  91. correct number.
  92.  
  93. Other avenues are:
  94.     on UUCP as jandel.com!tmt@uunet.uu.net,
  95. and on CIS at 76370,1674 
  96. but I'm not able to check there as frequently.
  97.  
  98. My mail address is:
  99.  
  100.   Thomas M. Tuerke
  101.   "Quote for the Day"
  102.   441 San Carlos Way
  103.   Novato, CA  94945
  104.  
  105.  
  106. QUICK-START
  107. -----------
  108. 1.  Copy Everything but COMMDLG.DLL into your Windows directory
  109. 2.  Windows 3.1:
  110.     - Compare the COMMDLG.DLL that came with Quote for the Day to yours
  111.       (which can be found in your WINDOWS\SYSTEM directory).  Use the one 
  112.       with the newest date.
  113.     Windows 3.0:
  114.     - If you have COMMDLG.DLL, see above, otherwise copy COMMDLG.DLL into
  115.       your WINDOWS\SYSTEM directory.
  116. 3.  Run QFTD.EXE and press F1 for more complete help, or just explore QFTD.
  117.  
  118. Enjoy!
  119.  
  120.  
  121.